NW_LOWER Function

Syntax

Output_String as C = NW_LOWER(C String)

Arguments

String

A character string.

Description

Returns a string that is lowercased except for the first letter of each word.

Discussion

NW_LOWER() leaves the case of the first character of each word in Input_String unchanged, and converts the rest of Input_String to lower case.

Example

nw_lower("ALPHA SOFTWARE CORP") -> "Alpha Software Corp"

See Also